Braino.
authorJim Blandy <jimb@redhat.com>
Wed, 19 May 1993 06:13:00 +0000 (06:13 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 19 May 1993 06:13:00 +0000 (06:13 +0000)
src/fileio.c

index ff79504430cae70b155adf2c8d4657e86f7d4b96..24f53e9f3bbc8fdcc72a35a126809c43d7462d73 100644 (file)
@@ -173,10 +173,10 @@ A file name is handled if one of the regular expressions in\n\
     Lisp_Object filename;
 {
   /* This function must not munge the match data.  */
+  Lisp_Object chain;
 
   CHECK_STRING (filename, 0);
 
-  Lisp_Object chain;
   for (chain = Vfile_name_handler_alist; XTYPE (chain) == Lisp_Cons;
        chain = XCONS (chain)->cdr)
     {